projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
128a31f
)
Add LICENSE to packages
author
Felix Krull
<f_krull@gmx.de>
Thu, 18 Oct 2018 18:13:23 +0000
(20:13 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/Makefile
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/Makefile
b/rust-bindings/rust/Makefile
index 0ffbc173af8c19e0d6f1fd3062c1f4eb6f027b51..e63dbb10b20293470680ff6a7091e3e2b7ad6021 100644
(file)
--- a/
rust-bindings/rust/Makefile
+++ b/
rust-bindings/rust/Makefile
@@
-5,7
+5,8
@@
all: generate-libostree-sys generate-libostree
# -- cargo package helpers --
pre-package:
- cp README.md libostree/
+ LICENSE libostree-sys/
+ cp README.md LICENSE libostree/
# -- gir generation --